LINUX 中的操作快捷键: shortcuts in linux comandline
- 全屏: F11 ( fullscreen)
- 下一个标签: ctrl + page_down (next tab)
- 上一个标签: ctrl + page_up (previous tab)
- 第一个标签: alt + 1 (first tab)
- 最后一个标签: alt + 9 (last tab)
- 快速打开 command line: ctrl + alt + t (new console)
- 在command line 中新建标签页 : ctrl + shift + t (new tab)
- 快速关闭当前cmd标签: ctrl + shift + w (close current tab)
- 把当前的标签页前移或者后移: ctrl + shift + page_down/page_up (move to next/previous)
- 快速定位之前的操作: ctrl + r (reverse search previous command)
- 切换到上一个窗口: alt + tab (switch to previous window)
- 在command line的已经输入的命令中,快速的左右移动光标: ctrl + left/right (fast-move the cursor)